directoryFilters

open suspend fun directoryFilters(bypassModel: BypassModel): List<FilterData>?(source)

This function is used to declare the custom filters to be used in directoryPagerData.

See FilterData for more information.

Return

A list of FilterData that represents the filters available for the directory.

Parameters

bypassModel

Cloudflare bypass information extracted by the Main app, if your module doesn't require a bypass you can disable it in HeadConfig.bypassBehavior.